home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
text
/
hyper
/
hsc_source.lha
/
source
/
hsc
/
hdebug.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-30
|
264 b
|
24 lines
#ifndef HSC_DEBUG_H
#define HSC_DEBUG_H
/*
* hsc/debug_hsc.h
*
* hsc debugging defines.
*
* (C) by Tommy-Saftwörx 1996
*
*/
#ifdef DEBUG_UGLY
#define DEBUG_HSC_OUTPUT 0
#else
#define DEBUG_HSC_OUTPUT 0
#endif /* DEBUG_HSC */
#endif /* HSC_DEBUG_H */